open
Open a realm instance.
This instance grants access to an underlying realm file defined by the provided Configuration.
Parameters
configuration
the RealmConfiguration used to open the realm.
Throws
IllegalArgumentException
on invalid Realm configurations.
IllegalStateException
if the schema has changed and migration failed.